home *** CD-ROM | disk | FTP | other *** search
- object dlgHTMLImages: TdlgHTMLImages
- Left = 211
- Top = 99
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'HTML Images'
- ClientHeight = 192
- ClientWidth = 411
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 396
- Height = 145
- Shape = bsFrame
- end
- object Label43: TLabel
- Left = 16
- Top = 22
- Width = 242
- Height = 13
- Caption = 'Specify the images to use for your navigation Links:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Layout = tlCenter
- end
- object Label8: TLabel
- Left = 24
- Top = 51
- Width = 72
- Height = 13
- Caption = 'Previous Page:'
- end
- object Label14: TLabel
- Left = 24
- Top = 84
- Width = 53
- Height = 13
- Caption = 'Next Page:'
- end
- object lblSSImage: TLabel
- Left = 24
- Top = 117
- Width = 51
- Height = 13
- Caption = 'Slideshow:'
- end
- object edtpreviousfile: TEdit
- Left = 100
- Top = 47
- Width = 205
- Height = 21
- Hint = 'The image that will be used for going to the previous page'
- TabStop = False
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 0
- end
- object edtnextfile: TEdit
- Left = 100
- Top = 80
- Width = 205
- Height = 21
- Hint = 'The image that will be used for going to the next page'
- TabStop = False
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 2
- end
- object edtSSImage: TEdit
- Left = 100
- Top = 113
- Width = 205
- Height = 21
- Hint = 'The image that will be used to link to the image slideshow'
- TabStop = False
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 4
- end
- object btnSSImage: TXILBitBtn
- Left = 310
- Top = 111
- Width = 81
- Height = 25
- Hint =
- 'Click here to select an image to use to link to the image slides' +
- 'how'
- HelpContext = 96
- Caption = 'Browse..'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = btnpreviousbrowseClick
- Spacing = 2
- Images = frmMain.imgXILButtons
- ImageIndex = 9
- end
- object btnnextbrowse: TXILBitBtn
- Left = 310
- Top = 78
- Width = 81
- Height = 25
- Hint = 'Click here to select an image to use as the next page link'
- HelpContext = 96
- Caption = 'Browse..'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = btnpreviousbrowseClick
- Spacing = 2
- Images = frmMain.imgXILButtons
- ImageIndex = 9
- end
- object btnpreviousbrowse: TXILBitBtn
- Left = 310
- Top = 45
- Width = 81
- Height = 25
- Hint = 'Click here to select an image to use as the previous page link'
- HelpContext = 96
- Caption = 'Browse..'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = btnpreviousbrowseClick
- Spacing = 2
- Images = frmMain.imgXILButtons
- ImageIndex = 9
- end
- object btnClose: TXILBitBtn
- Left = 320
- Top = 160
- Width = 83
- Height = 25
- TabOrder = 6
- Images = frmMain.imgXILButtons
- ImageIndex = 5
- Kind = bkClose
- end
- end
-